home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 476-500 / disk_479 / checkprt / readme < prev    next >
Text File  |  1992-05-06  |  3KB  |  73 lines

  1.   *-----------------------*
  2.  /                       /|
  3. *-----------------------* |
  4. | Prg.name : CheckPrt   | | 
  5. | Date     : 05.05.1991 | *---------------------------*
  6. | Language : Modula 2   |/                           /|
  7. *-----------------------*---------------------------* |---------------- *
  8. |     ----  Copyright Tom Kroener                   | |                /|
  9. |    /(c)|            Richard Wagner Str. 40        | |               / |
  10. |   / TKs|            D-6602 Saarbruecken-Dudweiler | |              /  *
  11. |  / 1991|            GERMANY                       | *             /  /  
  12. | --------                                          |/             /  /
  13. *---------------------------------------------------*-------------*  /
  14. | CheckPrt is a freely distibutable program, but not public-domain| /
  15. | It may not be used in commercial products without my permission |/
  16. *-----------------------------------------------------------------*
  17.  
  18.  
  19. CheckPrt is a little tool to check in a script-file if a printer is 
  20.  
  21. available.
  22.  
  23. So you save the long, long ,long , loooooong time it takes to show 
  24.  
  25. you the 'Printer trouble ....' Requester.
  26.  
  27. Here a little scriptfile, showing the usage :
  28.  
  29.  
  30.  ------------------------------------------------------------------------
  31. |    failat 10   ; CheckPrt returns 10 if there is no printer available  |
  32. |                  and 0 is there is one                                 |
  33. |    CheckPrt                                                            |
  34. |    IF warn                                                             |
  35. |        echo " Sorry, there is no printer available "                   |
  36. |        echo " "                                                        |
  37. |    ELSE                                                                |
  38. |        echo " You are a winner. Your printer seems to be available"    |
  39. |        echo " "                                                        |
  40. |    ENDIF                                                               |
  41.  ------------------------------------------------------------------------
  42.  
  43. ATTENTION :
  44.  
  45.         CheckPrt only works with printers using the parallel-port of
  46.  
  47.         your Amiga. !!!!
  48.  
  49.  
  50. I've tested CheckPrt with 3 different kind of printers without any
  51.  
  52. trouble.
  53.  
  54. If something's going wrong, if you have any  criticism, error-reports, 
  55.  
  56. gifts or something else write to
  57.  
  58.  
  59.             Tom Kroener
  60.             Richard Wagner Str. 40
  61.             D-6602 SB-Dudweiler
  62.             GERMANY
  63.  
  64.  
  65.  
  66.  
  67. So long
  68.         --- Tom
  69.  
  70.  
  71.  
  72.  
  73.